POST /Account/ValidatePassword/
Validates the password against the current password policy.
Request
| Method |
Request URI |
| POST |
/API/Account/ValidatePassword/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
The current session ID. Specifying via an Authorization request header instead is recommended. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
A System.Boolean indicating pass or fail, or a status code indicating the problem.